From: Ian Campbell Date: Thu, 21 Nov 2013 10:49:14 +0000 (+0000) Subject: xen: arm: Remove useless and incorrect EXPORT_SYMBOLS X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5835 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=a60bd95a198739e320e9c934da3ab23f703b0b8a;p=xen.git xen: arm: Remove useless and incorrect EXPORT_SYMBOLS Dietmar noticed that one of these was incorrect, but in actual fact they are not even used. They are defined as nops in Xen for the benefit of code imported to Linux which ARM's smpboot.c is not. Just get rid of them. Reported-by: Dietmar Hahn Signed-off-by: Ian Campbell --- diff --git a/xen/arch/arm/smpboot.c b/xen/arch/arm/smpboot.c index e862477154..6b4a18c147 100644 --- a/xen/arch/arm/smpboot.c +++ b/xen/arch/arm/smpboot.c @@ -32,11 +32,8 @@ #include cpumask_t cpu_online_map; -EXPORT_SYMBOL(cpu_online_map); cpumask_t cpu_present_map; -EXPORT_SYMBOL(cpu_online_map); cpumask_t cpu_possible_map; -EXPORT_SYMBOL(cpu_possible_map); struct cpuinfo_arm cpu_data[NR_CPUS];